Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Commits cherry-picked from #902 and #903.
Partly addresses #901.
Rebuild gnudatalanguage-gdl, which depends on libnetcdf.so.7.
I failed to rebuild mysql-workbench which depends on libgdal.so.1.18.2 and with it indirectly on libnetcdf.so.7. Provide compatibility packages for now until someone finds the time to redo mysql-workbench.
To update:
The extra
bee remove netcdf-4.3.3.1-0.x86_64
step for netcdf is necessary, because netcdf-4.3.3.1-0 used to install into /usr/lib64, which is now a symlink. Doing justbee update netcdf-4.6.1-0
would remove the newly installed files in the seconds step (the impliedbee remove
) , because bee fails to detect that /usr/lib64 and /usr/lib now is the same.